-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CDMS-200 captures ched types of movements & adds to analytics. One of… #36
Merged
craigedmunds
merged 9 commits into
main
from
feature/cdms-200-finishing-decision-analytics
Jan 2, 2025
Merged
CDMS-200 captures ched types of movements & adds to analytics. One of… #36
craigedmunds
merged 9 commits into
main
from
feature/cdms-200-finishing-decision-analytics
Jan 2, 2025
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
… the tests is failing so needs investigation
craigedmunds
force-pushed
the
feature/cdms-200-finishing-decision-analytics
branch
from
January 2, 2025 12:46
413199b
to
a5d6df6
Compare
…enario generators
craigedmunds
force-pushed
the
feature/cdms-200-finishing-decision-analytics
branch
from
January 2, 2025 13:09
a5d6df6
to
cbe21c4
Compare
craigedmunds
force-pushed
the
feature/cdms-200-finishing-decision-analytics
branch
from
January 2, 2025 15:23
dd780c3
to
1014f0a
Compare
t11omas
reviewed
Jan 2, 2025
public static ImportNotificationTypeEnum? GetChedType(this string documentCode) | ||
{ | ||
//This is the mapping from https://eaflood.atlassian.net/wiki/spaces/ALVS/pages/5177016349/DocumentCode+Field | ||
return documentCode switch |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If document code is not part of the switch, should we be returning null. What scenario would an invalid document code be valid
craigedmunds
force-pushed
the
feature/cdms-200-finishing-decision-analytics
branch
from
January 2, 2025 17:04
09fe2ea
to
26c10f4
Compare
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
… the tests is failing so needs investigation